home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 3 / Amiga-CD - Voume 3.iso / mvb_pd / mvb_pd.doc next >
Text File  |  1995-10-24  |  6KB  |  160 lines

  1. MainView Broadcast PD 1.00 Documentation
  2. ****************************************
  3.  
  4. Introduction
  5. ************
  6.  
  7.    This is the Public Domain version of MainView Broadcast, MainActor
  8. Broadcast's external player. It only has a limited amount of
  9. loader/sound modules, but supports all features of MainView Broadcast.
  10.  
  11.    We did make this version available to enable owners of MainActor
  12. Broadcast to give away their animations, together with sound, which
  13. they have created with MainActor Broadcast.
  14.  
  15.    The following animation formats are supported by MainView Broadcast
  16. PD : IFF-Anim5/7/8, FLI, FLC, Picasso, Retina, Merlin.
  17.  
  18.    MainView Broadcast only supports IFF and .mod sound files. MainActor
  19. Broadcast supports more than 20.
  20.  
  21.    MainView Broadcast needs an MABROADCAST: assign !
  22.  
  23.    For more information about MainActor Broadcast, contact your local
  24. VillageTronic dealer, or :
  25.  
  26.      MainConcept, GbR Mönig/Zabel
  27.      Hermann-Heusch-Platz 3
  28.      D-52062 Aachen
  29.      Germany
  30.      
  31.      Tel: +49-241-4090444
  32.      FAX: +49-241-4090445
  33.      BBS: +49-241-4090446
  34.      
  35.      EMail: info@mainconcept.ac-copy.com
  36.      FTP:   ftp.ac-copy.com:/special/maincpt
  37.      WWW:   http://www.ac-copy.com/mactr.html
  38.  
  39. MainView Broadcast
  40. ******************
  41.  
  42.    MainView Broadcast is MainActor Broadcast's external player. It can
  43. display all animations/pictures for which MainActor Broadcast has the
  44. proper load modules.  You can simply intgrate it into file managers
  45. like `DiskMaster II' or `DirectoryOpus'.
  46.  
  47.    The key commands while playing animations or showing pictures are
  48. the same as if you would view them directly with MainActor Broadcast.
  49.  
  50.    If MainActor Broadcast saved an icon for the animations/pictures to
  51. view, MainView will take the view settings from this icon (overruling
  52. its own settings)!
  53.  
  54.    MainView will use MainActor Broadcast's `Center' option (which
  55. centers the display of your animations or pictures) by default. If you
  56. specify an X or Y Offset the center option will be disabled and the
  57. specified offsets will be used instead.
  58.  
  59.    You can start MainView Broadcast from the Workbench or from the CLI.
  60.  
  61. Starting MainView Broadcast from the Workbench
  62. ==============================================
  63.  
  64.    If you start MainView from the Workbench (per icon), you can select
  65. the file(s) to view in an ASL requester. For multi selecting just press
  66. one of the shift keys and select the files with the mouse. (Starting
  67. from OS 2.1+)
  68.  
  69. MainView supports the following tooltypes:
  70.  
  71. `DisplayModule=<Module>'
  72.      This tool type gives you the possibility to select your prefered
  73.      display module, like Amiga, Picasso, etc. and to pass that
  74.      information to MainView Broadcast.
  75.  
  76. `DisplayType=<Number>'
  77.      If the selected display module supports more than one display type,
  78.      for example `Intuition Window' or `Intuition Screen', you can pass
  79.      your prefered display type to MainView Broadcast with this tool
  80.      type. The display types in the display modules are numbered in
  81.      lexicographic order with 1 being the first display type.
  82.  
  83. `LoaderModule=<Module>'
  84.      The default load module is the `Universal' module.  You can select
  85.      another module with this tool type.
  86.  
  87. `Directory=<Path>'
  88.      This is the initial directory for the ASL requester. The default
  89.      value is `PROGDIR:' for the directory MainView Broadcast is
  90.      started from.
  91.  
  92. `Center'
  93.      This tool type activates the `Center' option of the display
  94.      modules.  All graphic information will be aligned to the center of
  95.      the output device (screen or window)
  96.  
  97. `XOffset=<Value>'
  98.      You can directly set the start x offset. 0 is the left border.  If
  99.      you specify an `XOffset', centration will be disabled !
  100.  
  101. `YOffset=<Value>'
  102.      You can directly set the initial y offset. 0 is the top border.
  103.      If you specify an `YOffset', centration will be disabled !
  104.  
  105. `FrameCounter'
  106.      `FrameInfo' enables the FrameCounter option of the display modules.
  107.      You can get the number of the actual frame from the upper right
  108.      corner of the screen. It is disabled by default.
  109.  
  110. `StopPlayback'
  111.      This option is quite useful for recording animations on a video
  112.      recorder.  The tool type makes the playback stop after displaying
  113.      the first frame; you can then start recording on the video
  114.      recorder and continue playback with the SPACE bar.
  115.  
  116. `EndlessRepeat'
  117.      This option makes MainView Broadcast play all animations
  118.      continously.
  119.  
  120. `Repeat=<Value>'
  121.      Repeats the animation <Value> times. For example `Repeat=1' would
  122.      play the animation one time. Disables the `Endless Repeat' option.
  123.  
  124. `CacheData'
  125.      Enables caching. With caching enabled, MainView plays all pictures
  126.      and animations from the RAM disk and not directly from the
  127.      harddisk (or whatever). If you do not have enough RAM, MainView
  128.      Broadcast automatically disables this option and loads the data
  129.      directly from device.
  130.  
  131. Starting MainView Broadcast from the CLI
  132. ========================================
  133.  
  134.    Starting MainView from the CLI will give you enhanced functionality.
  135. You can, for example, define patterns for animations or picture lists.
  136. The commands are identical to the tool types, so please refer to the
  137. section `Starting MainView Broadcast from the Workbench' to get details.
  138.  
  139.    Usage is :
  140.  
  141.      DM=DISPLAYMODULE/K,
  142.      LM=LOADERMODULE/K,
  143.      FC=FRAMECOUNTER/S,C=CENTER/S,
  144.      XO=XOFFSET/K,YO=YOFFSET/K,
  145.      SP=STOPPLAYBACK/S,
  146.      CD=CACHEDATA/S,
  147.      ER=ENDLESSREPEAT/S,R=REPEAT/K,
  148.      DT=DISPLAYTYPE/K,F=FILES/F
  149.  
  150.    MainView Broadcast supports Amiga wildcards, for example:
  151.  
  152. `MVBroadcast CD REPEAT=1 DISPLAYMODULE=PICASSO WIDTH=1024
  153. HEIGHT=768 cd0:fli/#?.fli'.
  154.  
  155.    This example would play all files on the device cd0: , which end
  156. with ".fli".  They would be displayed on the Picasso-II graphics board
  157. with a resolution of 1024x768 points; the data would be cached in
  158. memory and played only once.
  159.  
  160.